home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / cal14s24.zip / CALLS.CNF < prev    next >
Text File  |  1992-10-29  |  2KB  |  77 lines

  1. ;
  2. ; Configuration file for CALLS v14s16.
  3. ; Anything following ";" is a comment.
  4. ; Keywords may appear in any order.
  5. ; Default values will be used for keywords not specified in the config file.
  6. ;
  7.  
  8. ;report subtitle
  9. ;SUBTITLE Tool Shop Activity Report
  10.  
  11. ;full name of caller input file
  12. INFILE  DAY
  13.  
  14. ;output file to produce
  15. OUTFILE blt99
  16.  
  17. ;file for saved history information
  18. SAVEFILE nul
  19.  
  20. ;number of nodes to scan (1=single node mode)
  21. NODES   10
  22.  
  23. ;list of reports to produce from the following list
  24. ;
  25. ;   A - system statistics            B - graphic modes
  26. ;   C - baud rates                   D - hourly usage
  27. ;   E - conferences joined           F - bulletins read
  28. ;   G - doors opened                 H - download protocols
  29. ;   I - download efficiency          J - upload protocols
  30. ;   K - upload efficiency            L - batch sizes
  31. ;   M - files downloaded             N - security statistics
  32. ;   O - security level counters      P - connect type analysis
  33. ;   Q - free downloads
  34. ;                                    Z - insert a blank line
  35. REPORTS ANBCDOPEFGHIJKLQM
  36.  
  37. ;number of "free downloads" to report
  38. MAXFREE 10
  39.  
  40. ;minimum d/l's to include a file in report
  41. MINDL   2
  42.  
  43. ;peak hours to report
  44. ;                 1         2
  45. ;        012345678901234567890123
  46. ;PEAK    YNNNNNNNNNNNNNNNNYYYYYYY
  47.  
  48. ;determine peak 6 hours automatically
  49. PEAK AUTO
  50.  
  51. ;maximum number of conferences to report
  52. MAXCONF 20
  53.  
  54. ;maximum number of bulletins to report
  55. MAXBLT  20
  56.  
  57. ;maximum number of doors to report
  58. MAXDOOR 20
  59.  
  60. ;maximum number of batch sizes to report
  61. MAXBATCH 5
  62.  
  63. ;redefine protocol names
  64. PROTOCOL Z Zmodem
  65. PROTOCOL K SLOW! Kermit
  66. PROTOCOL G Ymodem-G (DSZ)
  67. PROTOCOL F Xmodem-1K-G
  68.  
  69. ;define how event time is reported
  70. ;   EVENTMODE OFF disables calculation of event duration.
  71. ;   EVENTMODE BUSY calculates event duration and accounts for it
  72. ;       as 'busy' time (i.e. the system was in use during this time).
  73. ;   EVENTMODE IDLE calculates event duration and accounts for it
  74. ;       as 'idle' time (i.e. the system was NOT in use during this time).
  75. EVENTMODE BUSY
  76.  
  77.